Implement the findroute, findroutetonode and findroutebetweennodes commands#21
Implement the findroute, findroutetonode and findroutebetweennodes commands#21mohitk108 wants to merge 4 commits intoACINQ:masterfrom
findroute, findroutetonode and findroutebetweennodes commands#21Conversation
| ] | ||
| } | ||
| """ | ||
| val validFindRouteToNodeResponse = """{ |
There was a problem hiding this comment.
You're only testing the case where format=nodeId, you need to also test the format=shortChannelId and format=full cases.
There was a problem hiding this comment.
Yes, I'll cover them soon.
|
I've added the test for different cases, like |
I'm not sure what particular change you want me to review before finishing the work? |
The implementations of these commands are added through this PR.
Code for autocompletion and unit tests, for the respective commands are also added.
To see the documentation of these commands, kindly refer : API Documentation